Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing /
Chapter 3 - Page Formatting and Dialog Box Customization / Page Formatting and Dialog Box Customization Reference
Constants and Data Types for Paper-Type Collection Items


Flags Information

The collection item ID for flags information is defined in the following enumeration:

enum { gxFlagsTag = 'flag' }; 
QuickDraw GX stores flags information in the following structure:

struct gxFlagsInfo{
   long  flags;      
};
Field Description
flags
The flags information for a paper-type object. A flag is a bit position that indicates the system software version used to create a paper-type object.
QuickDraw GX defines paper-type object flags in the following enumeration:

enum {
   gxOldPaperTypeFlag      =  0x00800000, 
   gxNewPaperTypeFlag      =  0x00400000, 
   gxOldAndNewPaperTypeFlag=  0x00C00000, 
   gxDefaultPaperTypeFlag  =  0x00100000, 
};
Constant descriptions

gxOldPaperTypeFlag
A paper type used only with applications that do not support QuickDraw GX printing.
gxNewPaperTypeFlag
A paper type used only with applications that do support QuickDraw GX printing.
gxOldAndNewPaperTypeFlag
A paper type used with applications that support QuickDraw GX printing and with those that do not.
gxDefaultPaperTypeFlag
The default paper type.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help